summaryrefslogtreecommitdiff
path: root/app/api/files/[...path]
diff options
context:
space:
mode:
Diffstat (limited to 'app/api/files/[...path]')
-rw-r--r--app/api/files/[...path]/route.ts6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts
index 90c95458..ebc79786 100644
--- a/app/api/files/[...path]/route.ts
+++ b/app/api/files/[...path]/route.ts
@@ -56,7 +56,11 @@ const isAllowedPath = (requestedPath: string): boolean => {
'general-contract-templates',
'purchase-requests',
'projects',
- 'vendor-evaluation/attachments'
+ 'vendor-evaluation/attachments',
+ 'biddings',
+ 'bidding',
+ 'bid_attachment',
+ 'bid'
];
return allowedPaths.some(allowed =>